home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- if rollOver(20) = 1 then
- set the visible of sprite 10 to 1
- else
- set the visible of sprite 10 to 0
- end if
- if rollOver(21) = 1 then
- set the visible of sprite 11 to 1
- else
- set the visible of sprite 11 to 0
- end if
- if rollOver(22) = 1 then
- set the visible of sprite 12 to 1
- else
- set the visible of sprite 12 to 0
- end if
- if rollOver(23) = 1 then
- set the visible of sprite 13 to 1
- else
- set the visible of sprite 13 to 0
- end if
- if rollOver(24) = 1 then
- set the visible of sprite 14 to 1
- else
- set the visible of sprite 14 to 0
- end if
- if rollOver(25) = 1 then
- set the visible of sprite 15 to 1
- else
- set the visible of sprite 15 to 0
- end if
- if rollOver(26) = 1 then
- set the visible of sprite 16 to 1
- else
- set the visible of sprite 16 to 0
- end if
- if rollOver(27) = 1 then
- set the visible of sprite 17 to 1
- else
- set the visible of sprite 17 to 0
- end if
- if rollOver(28) = 1 then
- set the visible of sprite 18 to 1
- else
- set the visible of sprite 18 to 0
- end if
- go(the frame)
- end
-